projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5dae4e
)
(tar-extract): Pass HIGHEST=t to detect-coding-region.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 1 Jun 1998 03:06:48 +0000
(
03:06
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 1 Jun 1998 03:06:48 +0000
(
03:06
+0000)
lisp/tar-mode.el
patch
|
blob
|
history
diff --git
a/lisp/tar-mode.el
b/lisp/tar-mode.el
index c7ebfc9406895598ca64944c3c855328b3aa7fb6..767f0d915bcf5ab8d3341eee4836ddb9398caf37 100644
(file)
--- a/
lisp/tar-mode.el
+++ b/
lisp/tar-mode.el
@@
-758,7
+758,7
@@
appear on disk when you save the tar-file's buffer."
(- (point-max) 3072) (point-max)))))))
(multibyte enable-multibyte-characters)
(detected (detect-coding-region
- 1 (min 16384 (point-max)))))
+ 1 (min 16384 (point-max))
t
)))
(if coding
(or (numberp (coding-system-eol-type coding))
(setq coding (coding-system-change-eol-conversion